#dynamic{
	width: 100%;
	height: auto;
	position: relative;
}
.dynamic{
	width: 100%;
	height: 54px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: -54px;
	min-width: 1200px;
}
.dynamic_01{
	width: auto;
	float: left;
}
.dynamic_01 li{
	width: auto;
	padding: 0px 70px;
	float: left;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
}
.dynamic_01 li a{
	min-width: 80px;
	color: #fff;
	display: block;
	text-align: center;
}
.dynamic_01 li a p{
	width: 80px;
    height: 2px;
    background: #FFFFFF;
	display: block;
    margin: 0 auto;
    margin-top: -6px;
}


#newsList{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.newsList{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
}
.newsList li{
	width: 100%;
	height: 152px;
	padding: 40px 0px;
	border-bottom: 1px dashed #e6e6e6;
}
.newsList_01{
	width: 280px;
	height: 152px;
	float: left;
	margin-right: 25px;
}
.newsList_02{
	width: 575px;
	height: 152px;
	float: left;
}
.newsList_02 a{
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	color: #222;
	display: block;
	transition: all 0.6s;
}
.newsList_02 a:hover{
	color: #337DFF;
}
.newsList_02 span{
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.newsList_02 p{
	width: 78px;
	height: 20px;
	border: 1px solid #999;
	color: #999;
	border-radius: 13px;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-top: 25px;
}
.newsList_03{
	float: right;
	font-size: 18px;
	color: #8f8f8f;
}



#page{
	width: 100%;
	height: 250px;
	height: auto;
}
.page{
	width: 1200px;
	height: 250px;
	margin: 0 auto;
}
.page_01{
	width: auto;
	float: left;
	margin-top: 109px;
}
.page_01 li{
	width: 32px;
	height: 32px;
	float: left;
	background: #f0f0f0;
	text-align: center;
	line-height: 32px;
	margin-right: 20px;
}
.page_01 li a{
	width: 32px;
	height: 32px;
	color: #222;
	display: block;
}
.page_01 .active{
	background: #337dff;
}
.page_01 .active a{
	color: #fff;
}
.page_02{
	color: #313131;
	font-size: 14px;
	line-height: 32px;
	float: left;
	padding-left: 34px;
	margin-top: 109px;
}
.page_03{
	width: 42px;
	height: 30px;
	border: 1px #e6e6e6 solid;
	outline: none;
	padding: 0 10px;
	float: left;
	margin-top: 109px;
}
.page_04{
	width: 46px;
	height: 30px;
	border: 1px #337DFF solid;
	color: #337DFF;
	float: left;
	font-size: 14px;
	margin-left: 22px;
	text-align: center;
	line-height: 30px;
	margin-top: 109px;
}
